body {
	background-image: url("background2.jpg");
	}
a {
	text-decoration: none;
	font-size: 1.2em
	}	
a:link {
	color: black;
		}	
a:visited {
	color: black;
	}	
a:hover {
	color: red;
	}
a:active {
	color: green;
	}
td {
	font-size: 18px;
	border: 1px solid black;
	}

th {
	font-size: 18px;
	border: 1px solid black;
	text-align: left;
	}

th.head {
	text-align: center;
	font-size: 22px;
	}	
	
table {
	width:900px;
	height:500px;
	border: 4px solid black;
	}
	